Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Primitives Namespace / UpDownBase<T> Class / ButtonSpinnerLocation Property


    ButtonSpinnerLocation Property
    Gets/Sets the location of the Up/Down buttons (either on the left or on the right) of numericUpDown controls.
    Syntax
    'Declaration
     
    Public Property ButtonSpinnerLocation As Location
     
    'Usage
     
    Dim instance As UpDownBase(Of T)
    Dim value As Location
     
    instance.ButtonSpinnerLocation = value
     
    value = instance.ButtonSpinnerLocation

    Property Value

    Right or Left
    Requirements

    See Also